Alpha alpha = (Alpha) obj;
String szText = super.getInfo( obj );
szText = insertSectionBreak( szText );
szText += "Alpha\r\n";
szText += "Trigger Time: " + alpha.getTriggerTime() + "\r\n";
szText += "Phase Delay: " + alpha.getPhaseDelayDuration() + "\r\n";
szText += "Increasing Alpha: " + alpha.getIncreasingAlphaDuration() + "\r\n";
szText += "Increasing Alpha Ramp: " + alpha.getIncreasingAlphaRampDuration() + "\r\n";
szText += "At One: " + alpha.getAlphaAtOneDuration() + "\r\n";
szText += "Decreasing Alpha: " + alpha.getDecreasingAlphaDuration() + "\r\n";
szText += "Decreasing Alpha Ramp: " + alpha.getDecreasingAlphaRampDuration() + "\r\n";
szText += "At Zero: " + alpha.getAlphaAtZeroDuration() + "\r\n";
szText += "Loop Count: " + alpha.getLoopCount() + "\r\n";
return szText;