void addToFront(List<Mobject> mobjects) { restructureMobjects(toRemove: mobjects); this.mobjects.insertAll(0, mobjects); }