Map<String, dynamic> toJson() => { "address": address, "data_requests_solved": dataRequestsSolved.map((e) => e.jsonMap()).toList().toList(), };