void addToBack(List<Mobject> mobjects) { restructureMobjects(toRemove: mobjects); this.mobjects.addAll(mobjects); }