@Override
 public TalonSRX setSafetyEnabled(boolean enabled) {
   talon.setSafetyEnabled(enabled);
   return this;
 }