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