adam-mcneilly
var items: List<T> = ArrayList() val displayItems: List<String> get() = items.map { it.toString() }