Consider the following class:
sealed class Fruit(val id: String, val label: String) { object orange : Fruit("Citrus sinensis", "orange")