I have a class :
Category(val name : String? = null, val products: Map = mutableMapOf())
and this class is used in an acti