Serialize this component to a JSON object.
@override Map<String, dynamic> toJson () => { ...super.toJson(), 'options': _options.map((option) => option.toJson()).toList(), };