Converts instance of Customer to json
Map<String, dynamic> toJson() { return { "email": this.email, "phonenumber": this.phoneNumber, "name": this.name }; }