@override Map<String, dynamic> toJson(List<T> t) { return {"queue": t.map((e) => e.toJson()).toList()}; }