enum class Color { WHITE BLACK RED YELLOW BLUE override fun toString() : String? { return "COLOR" } }