toMap returns a map of the object.
Map<String, dynamic> toMap() { return { 'sims': sims.map((x) => x.toMap()).toList(), }; }