@TypeConverter
    fun jsonToPoll(json: String): Poll? =  gson.fromJson(json, Poll::class.java)