sealed class PollOption
abstract val text: String
abstract val votes: Int
data class SimplePollOption : PollOption