@override Map<String, dynamic> toJson() { return { 'id': parameterID, 'type': EnumToString.convertToString(type), 'value': value, }; }