Serializes this knob into a JSON-compatible map.
@override Map<String, dynamic> toJson() => {'knobs': knobs.map((e) => e.toJson()).toList()};