dragas
var item : String set(value : String) { field = value } set(value : Int) { field = value.toString() }