val objects: kotlin.collections.MutableList = getObjects() for (object in objects) { object.toString() }