edvin
val groupsProperty = SimpleObjectProperty(mutableListOf<GroupFX>().observable())
val groupsProperty = SimpleListProperty<GroupFX>()