Converts this configuration to JSON-compatible values.
Map<String, Object?> toJson() { return {'loraPath': ?loraPath, 'audioLoraPath': ?audioLoraPath}; }