hastebrot
toString()
data class ConcreteUser(@JvmField val name: String) { override fun getName() = name }