class MyTest { private val strRepresentation by lazy { X } companion object { const val X = "Hallo" } override fun toString(): String { return strRepresentation } }