getInfoResponsability method

String getInfoResponsability()

Implementation

String getInfoResponsability() {
  return '${getRegimeType().getName()} - ${getResponsabilityType().getName()}';
}