Converts the PollType to its corresponding JSON value.
@override String toJson() => _$PollTypeEnumMap[this]!;