return "{" + " id='" + getId() + "'" + ", idUser='" + getIdUser() + "'" + ", complaintObject='"
                + getComplaintObject() + "'" + ", complaintDescription='" + getComplaintDescription() + "'"
                + ", complaintMail='" + getMail() + "'" + ", idAnswerer='" + getIdAnswerer() + "'"
                + ", complaintAnswered='" + isComplaintAnswered() + "'" + ", complaintAnswere='" + getComplaintAnswere()
                + "'" + "}";