core.Map<core.String, core.dynamic> toJson() { final householdIncome = this.householdIncome; return {'householdIncome': ?householdIncome}; }