Map<String, dynamic> toJson() { return { 'softApList': softapList.map((softap) => softap.toJson()).toList(), }; }