public void bubbleSortByString() { mergeSortResult = bubbleSorter.bubbleSort(mergeTestArray); resultDisplay.text = mergeSortResult.ToString(); }