public synchronized Object clone() { ParticipantList obj = (ParticipantList) super.clone(); obj.groupId = this.groupId; return obj; }