Czar
toString()
data class Person( @Transient private val namePrecursor: String, val age: Int, val name: String = "${namePrecursor}suffix" )