Map<String, dynamic> toMap() { return { "infoAccess": infoAccess?.map((e) => e.toMap()).toList(), }; }