@override Map<String, dynamic> toJson() => { 'id': id, 'value': value.toJson(), 'type': optionType.name, };