List<Mobject> getFamily() { return unique([this, for (var mob in submobjects) ...mob.getFamily()]); }