data class SimplePollOption : PollOption
SimplePollOption(text: String, votes: Int)
val text: String
val votes: Int