I have a kotlin list and need to binding with the textViews:
data class Profile(var name:String, var nickName: String, var desc:String) val profile:List=