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