public override void Accept(ColVisitor other)
 {
     // Important: at this point we have an GreenBird
     // Call the appropriate collision reaction
     other.VisitOctopus(this);
 }