/**
  * Determine if signup has been cancelled.
  *
  * @return true if the signup has been cancelled.
  */
 public Boolean isCancelled() {
   return signupAvatar.isCancelled();
 }